home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / scripts / binstats.91 / binstats / binstats-0.91 / README < prev   
Encoding:
Text File  |  1996-07-26  |  1.9 KB  |  49 lines

  1. Introduction
  2. ------------
  3. This is binstats 0.91 - an administration utility for tracking down the
  4. various types of binary formats for Linux (i386) executables and their
  5. dynamic library dependencies.
  6.  
  7. Features include:
  8.  1) tally of a.out and ELF binaries, dynamically and statically linked
  9.  2) tally of duplicated executable names
  10.  3) tally of binaries with missing dynamic libraries
  11.  4) tally of DLL and ELF dynamic libraries, used and unused
  12.  5) a log of all the above tallies plus listing a.out binaries, statically
  13.     linked binaries, duplicated executables, missing library binaries, all
  14.     used and unused dynamic libraries.
  15.  
  16. It is inspired by "execount" written by Murple (murple@clark.net)
  17. <URL:ftp://sunsite.unc.edu/pub/Linux/utils/scripts/>.
  18.  
  19. Technical details
  20. -----------------
  21. Binstats has been written as a bash script utilising the following common
  22. unix tools: find, sort, cut, uniq, grep, cat, xargs, file, ldd, awk, diff,
  23. wc, uname, date, whereis. I have on my machine the following versions:
  24. GNU bash 1.14.4(1), GNU findutils 4.1, GNU textutils 1.11, GNU grep 2.0,
  25. file 3.15-grr1, ld.so 1.7.14, Gnu Awk (gawk) 2.15-pl6, GNU diffutils 2.7,
  26. GNU sh-utils 1.12 and whereis 5.5 (Berkeley). [As usual, a Linux
  27. distribution is indebted to the GNU project for some of these tools.]
  28.  
  29. Read the notes in the script before using binstats and edit the variables to
  30. fit your system.
  31.  
  32. Please send any bug reports, patches, etc to me. The latest version can be
  33. found at <URL:http://www.ccc.nottingham.ac.uk/~etzpc/binstats.html>. The
  34. distribution is also archived at
  35. <URL:ftp://sunsite.unc.edu/pub/Linux/utils/scripts/>.
  36.  
  37. To do
  38. -----
  39. Maybe it's better use Perl [when I read up on it] for all this and get rid
  40. of some 'Linux/i386' dependence (i.e. support COFF, etc.).
  41.  
  42. Peter.Chang@nottingham.ac.uk
  43.  
  44. 26th July 1996
  45.  
  46. PS binstats is released under the GNU GPL and as such the usual copyright
  47. conditions and lack of warranty apply.
  48.  
  49.